* {
    padding: 0;
    margin: 0;
}

.news-banner {
    height: 300px;
    width: 100%;
    position: relative;
}

@media screen and (max-width:1600px) {
    .news-banner>p {
        display: none;
    }
    .news-banner-red {
        display: none;
    }
}

.news-banner>p {
    position: absolute;
    left: 1503px;
    top: 252px;
    font-family: D-DIN;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.news-banner-red {
    width: 6px;
    height: 20px;
    left: 1554px;
    top: 280px;
    position: absolute;
    background: #DD1010;
}

.news-banner-title {
    position: absolute;
    margin-top: 97.5px;
    margin-left: 349px;
}

.news-banner-title>h1 {
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}

.news-banner-title>p {
    font-family: Microsoft YaHei UI;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: 24px;
}

.news-subject {
    /*height: 1261px;*/
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 90px;
    display: flex;
    justify-content: space-between;
}

.news-subject-left {
    width: 768px;
    height: 100%;
}

.news-subject-left-tips {
    height: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-subject-left-tips>span {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #8AA5B4;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.news-subject-left-one>h1 {
    font-family: Source Han Sans CN;
    font-size: 24px;
    line-height: 150%;
    color: #001C46;
    margin-bottom: 12px;
}

.news-subject-left-one>p {
    font-family: Source Han Sans CN;
    font-size: 14px;
    line-height: 150%;
    color: #76767F;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.news-subject-left-message {
    width: 100%;
    display: flex;
    margin-top: 24px;
    cursor: pointer;
}

.news-subject-left-message-data {
    height: 48px;
    width: 48px;
    text-align: center;
}

.news-subject-left-message-data>h3 {
    font-family: D-DIN;
    font-weight: bold;
    font-size: 35px;
    line-height: 100%;
    color: #8AA5B4;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.news-subject-left-message-data>p {
    font-family: D-DIN;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    color: #8AA5B4;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.news-subject-left-message-blank {
    width: 2px;
    height: 32px;
    margin-top: 8px;
    background: #C4C4C4;
    margin-left: 16px;
    margin-right: 16px;
}

.news-subject-left-message-text {
    width: 604px;
}

.news-subject-left-message-text>h4 {
    font-family: Source Han Sans CN;
    font-size: 16px;
    line-height: 150%;
    color: #001C46;
    margin-bottom: 10px;
}

.news-subject-left-message-text>p {
    font-family: Source Han Sans CN;
    font-size: 14px;
    line-height: 150%;
    color: #76767F;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.news-subject-left-message-img {
    height: 24px;
    width: 66px;
    margin-left: 16px;
    display: flex;
    justify-content: flex-end;
}

.news-subject-left-message-img>img {
    margin-left: 42px;
}

.news-subject-left-blank {
    height: 24px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-content {
    /*height: 996px;*/
    width: 1200px;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

.environment-content-right>h1 {
    font-family: Source Han Sans CN;
    font-size: 24px;
    line-height: 150%;
    color: #001C46;
    margin-bottom: 12px;
}

.environment-content-right>p {
    font-family: Source Han Sans CN;
    font-size: 14px;
    line-height: 150%;
    color: #76767F;
    margin-bottom: 16px;
}

.news-content-right {
    /*height: 64px;*/
    width: 100%;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}

.news-subject-left-message-img-box{
    width: 66px;
    height: 24px;
    overflow: hidden;
    position: relative;
    /*background: red;*/
    /*background-repeat: no-repeat;*/
    /*background-image: url('../images/jiantou.png');*/
    /*background-position: -40px 0;*/
    /*transition: 2s;*/
    /*-webkit-transition: opacity 1s ease-in-out;*/
    /*-moz-transition: opacity 1s ease-in-out;*/
    /*-o-transition: opacity 1s ease-in-out;*/
    /*transition: opacity 1s ease-in-out;*/
}

.message-img-box-move{
    display: flex;
    position: absolute;
    transition:left 1s;
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    -o-transition: left 1s;
    left: -22px;
}

.news-subject-left-message:hover .message-img-box-move,
.right-published-item:hover .message-img-box-move,
.information-news-left-message:hover .message-img-box-move,
.news-left-list:hover .message-img-box-move{
    left: 42px;
}

.jiantou2{
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.news-subject-left-message:hover .jiantou2,
.right-published-item:hover .jiantou2,
.information-news-left-message:hover .jiantou2,
.news-left-list:hover .jiantou2{
    opacity:0;
    filter: alpha(opacity=0);
}

.jiantou1{
    opacity:0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.news-subject-left-message:hover .jiantou1,
.right-published-item:hover .jiantou1,
.information-news-left-message:hover .jiantou1,
.news-left-list:hover .jiantou1{
    opacity:1;
    filter: alpha(opacity=1);
}

.news-subject-left-message:hover .news-subject-left-message-data>h3,
.information-news-left-message:hover .information-news-left-message-data>h3{
    color: #0055A7;
}

.news-subject-left-message:hover .news-subject-left-message-data>p,
.information-news-left-message:hover .information-news-left-message-data>p{
    color: #5F5F5F;
}

.news-subject-left-message:hover .news-subject-left-message-text>p,
.right-published-item:hover p>a,
.information-news-left-message:hover .information-news-left-message-text{
    color: #001C46 !important;
}

.news-subject-left-one:hover p{
    color: #001C46;
}

.news-subject-left-one:hover .news-subject-left-tips>span,
.news-subject-left-one:hover .news-left-title-tips span{
    color: #5F5F5F;
}

.news-left-list:hover .news-left-list-text .information-news-left-message-text-box{
    color: #001C46;
}

.news-left-list:hover .news-left-list-line{
    height: 1px;
}